home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The AGA Experience 3
/
AGA Experience Volume 3 (1997)(NFA - SAdENESS)[!].iso
/
software
/
utilities
/
programmers
/
cgraphxdevkit
/
c
/
examples
/
dmakefile
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Makefile
|
1995-11-28
|
275 b
|
12 lines
CGXDIR = /
FLAGS = -3.1 -mRR -mi -proto -I$(CGXDIR)include
LIBS = -L$(CGXDIR)dlib -lcybergraphics
all : ScreenModeReq Window
ScreenModeReq : ScreenModeReq.c
dcc $(FLAGS) -o %(left) %(right) $(LIBS)
Window : Window.c
dcc $(FLAGS) -o %(left) %(right) $(LIBS)